home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / eedraw.zip / EEDRAW.BND < prev    next >
Text File  |  1990-04-18  |  958b  |  53 lines

  1. ;
  2. ; Key binding file for EEDraw program.
  3. ;
  4. ; Format: FunctionName KeyName ScanCode".
  5. ;
  6. ; FunctionName are listed below - if you dont want to bind one of the functions
  7. ;    simple comment it out.
  8. ; KeyName should be at most 4 characters.
  9. ; ScanCode is regular ascii code, for regular characters. Add 256 for extended.
  10. ;
  11.  
  12. LoadEEDFile    F4    318
  13. SaveEEDFile    F1    315
  14. SaveEEDAsOld    F2    316
  15. SaveEEDAsNew    F3    317
  16. ;ClearAll
  17. Directory    F5    319
  18. ChangeDir    F6    320
  19. ShellToDos    F8    322
  20. ExitEEdraw    AltQ    272
  21.  
  22. Panning        p    112
  23. ZoomOut        <    44
  24. ZoomIn        >    46
  25. ZoomReset    /    47
  26. RedrawAll    r    114
  27.  
  28. LoadLibrary    F9    323
  29. FreeLibrary    F12    390
  30. ViewLibrary    F11    389
  31. DirLibrary    F10    324
  32.  
  33. DrawLine    l    108
  34. DrawBus        b    98
  35. DrawConnect    n    110
  36. DrawText    t    116
  37. DrawLibItem    i    105
  38.  
  39. ModifyMove    m    109
  40. ModifyCopy    c    99
  41. EditLibItem    e    101
  42. ModifyDelete    d    100
  43. ModifyUnDel    u    117
  44.  
  45. GetMemoryFree    f    102
  46. ;SetDrawText
  47. ;SetHVLines
  48. ;SetSnapFactor
  49. ;GetZoomFactor
  50. ;SetAutoPan
  51.  
  52. SameAgain    Tab    9
  53.